home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / K-L / LImacSTACK11⁄89.cpt / Using Repeat / card_3825.txt < prev    next >
Text File  |  1989-11-02  |  504b  |  24 lines

  1. -- card: 3825 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2687
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 8
  9. ----- text -----
  10. repeat for [variable]
  11.  
  12. -- part contents for background part 24
  13. ----- text -----
  14. ask "How many times should I beep?" with "5"
  15. repeat for it -- "it" is a local variable
  16.    beep
  17. end repeat
  18.  
  19. -- part contents for background part 26
  20. ----- text -----
  21. ask "How many times should I beep?" with "5"
  22. repeat for it -- "it" is a local variable
  23.    beep
  24. end repeat